-
Notifications
You must be signed in to change notification settings - Fork 107
feat(runtime-utils): support h3 v2 #1515
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
commit: |
|
@danielroe Would this possibly cause issue with pnpm when using another module like nuxt-site-config which has
with v3.21.0 I get thisand with v3.23.0 I get this |
Same issue here π Can't run Logs |
|
Hm yeh let me fix this in nuxt-site-config |
|
I got similar issue, after I updated to v3.23.0, and run |
|
If you're using any of the Nuxt SEO modules make sure you clear your lock file + node_modules and re-install, it should fix it. |
π Linked issue
β Type of change
π Description
this updates us to h3 v2, which is needed for nitro v3. I'm going to see if it's possible to make this a non-breaking change (ie support both h3 v2 and v1) but for now this PR can be used in nuxt/nuxt#33005.